﻿2026-06-02T10:47:20.3395521Z ##[group]Run actions/checkout@v4
2026-06-02T10:47:20.3396485Z with:
2026-06-02T10:47:20.3396984Z   repository: SaberMage/spt-core
2026-06-02T10:47:20.3402541Z   token: ***
2026-06-02T10:47:20.3403062Z   ssh-strict: true
2026-06-02T10:47:20.3403562Z   ssh-user: git
2026-06-02T10:47:20.3404075Z   persist-credentials: true
2026-06-02T10:47:20.3404628Z   clean: true
2026-06-02T10:47:20.3405129Z   sparse-checkout-cone-mode: true
2026-06-02T10:47:20.3405731Z   fetch-depth: 1
2026-06-02T10:47:20.3406208Z   fetch-tags: false
2026-06-02T10:47:20.3406701Z   show-progress: true
2026-06-02T10:47:20.3407213Z   lfs: false
2026-06-02T10:47:20.3408050Z   submodules: false
2026-06-02T10:47:20.3408571Z   set-safe-directory: true
2026-06-02T10:47:20.3409422Z ##[endgroup]
2026-06-02T10:47:20.4761938Z Syncing repository: SaberMage/spt-core
2026-06-02T10:47:20.4763973Z ##[group]Getting Git version info
2026-06-02T10:47:20.4764763Z Working directory is '/home/runner/work/spt-core/spt-core'
2026-06-02T10:47:20.4765879Z [command]/usr/bin/git version
2026-06-02T10:47:20.4775804Z git version 2.54.0
2026-06-02T10:47:20.4782729Z ##[endgroup]
2026-06-02T10:47:20.4793452Z Temporarily overriding HOME='/home/runner/work/_temp/494b8ad0-ea9e-4473-9874-88bd73659709' before making global git config changes
2026-06-02T10:47:20.4796617Z Adding repository directory to the temporary git global config as a safe directory
2026-06-02T10:47:20.4799837Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/spt-core/spt-core
2026-06-02T10:47:20.5651932Z Deleting the contents of '/home/runner/work/spt-core/spt-core'
2026-06-02T10:47:20.5653980Z ##[group]Initializing the repository
2026-06-02T10:47:20.5655284Z [command]/usr/bin/git init /home/runner/work/spt-core/spt-core
2026-06-02T10:47:20.5657867Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-06-02T10:47:20.5659641Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-06-02T10:47:20.5661348Z hint: to use in all of your new repositories, which will suppress this warning,
2026-06-02T10:47:20.5662778Z hint: call:
2026-06-02T10:47:20.5663508Z hint:
2026-06-02T10:47:20.5664377Z hint: 	git config --global init.defaultBranch <name>
2026-06-02T10:47:20.5666100Z hint:
2026-06-02T10:47:20.5667160Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-06-02T10:47:20.5669080Z hint: 'development'. The just-created branch can be renamed via this command:
2026-06-02T10:47:20.5670389Z hint:
2026-06-02T10:47:20.5671157Z hint: 	git branch -m <name>
2026-06-02T10:47:20.5672027Z hint:
2026-06-02T10:47:20.5673181Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-06-02T10:47:20.5675028Z Initialized empty Git repository in /home/runner/work/spt-core/spt-core/.git/
2026-06-02T10:47:20.5678659Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-core
2026-06-02T10:47:20.5681489Z ##[endgroup]
2026-06-02T10:47:20.5682972Z ##[group]Disabling automatic garbage collection
2026-06-02T10:47:20.5684382Z [command]/usr/bin/git config --local gc.auto 0
2026-06-02T10:47:20.5686801Z ##[endgroup]
2026-06-02T10:47:20.5688545Z ##[group]Setting up auth
2026-06-02T10:47:20.5689841Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-02T10:47:20.5693750Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-02T10:47:20.5716438Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-02T10:47:20.5727567Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-02T10:47:20.6128485Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-02T10:47:20.6150049Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-02T10:47:20.6390282Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-02T10:47:20.6431800Z ##[endgroup]
2026-06-02T10:47:20.6433565Z ##[group]Fetching the repository
2026-06-02T10:47:20.6442197Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +5c26a4b6c2fe21c80380e9ae22cca317913cd73d:refs/remotes/origin/dev-freeform
2026-06-02T10:47:20.9323226Z From https://github.com/SaberMage/spt-core
2026-06-02T10:47:20.9339200Z  * [new ref]         5c26a4b6c2fe21c80380e9ae22cca317913cd73d -> origin/dev-freeform
2026-06-02T10:47:20.9400243Z ##[endgroup]
2026-06-02T10:47:20.9401847Z ##[group]Determining the checkout info
2026-06-02T10:47:20.9403663Z ##[endgroup]
2026-06-02T10:47:20.9404763Z [command]/usr/bin/git sparse-checkout disable
2026-06-02T10:47:20.9478817Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-02T10:47:20.9503197Z ##[group]Checking out the ref
2026-06-02T10:47:20.9506491Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-02T10:47:20.9648471Z Switched to a new branch 'dev-freeform'
2026-06-02T10:47:20.9657109Z branch 'dev-freeform' set up to track 'origin/dev-freeform'.
2026-06-02T10:47:20.9662369Z ##[endgroup]
2026-06-02T10:47:20.9698679Z [command]/usr/bin/git log -1 --format=%H
2026-06-02T10:47:20.9726487Z 5c26a4b6c2fe21c80380e9ae22cca317913cd73d
